home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / compiz-gtk.postrm < prev    next >
Encoding:
Text File  |  2007-04-04  |  315 b   |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_gconf
  4. if [ "$1" = purge ]; then
  5.     OLD_DIR=/etc/gconf/schemas
  6.     SCHEMA_FILES="gwd.schemas "
  7.     if [ -d $OLD_DIR ]; then
  8.         for SCHEMA in $SCHEMA_FILES; do
  9.             rm -f $OLD_DIR/$SCHEMA
  10.         done
  11.         rmdir -p --ignore-fail-on-non-empty $OLD_DIR
  12.     fi
  13. fi
  14. # End automatically added section
  15.